home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000367_news@watsun.cc.columbia.edu _Mon Mar 15 16:45:07 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26086
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Mar 1999 16:45:06 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA11029
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 15 Mar 1999 16:44:44 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Carrier test
  11. Date: 15 Mar 1999 21:44:42 GMT
  12. Organization: Columbia University
  13. Message-ID: <7cjv0a$aoi$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7cjjme$gd6$1@solaris.cc.vt.edu>,
  17. Tim Rhodes  <rhodes@rhodes.cc.vt.edu> wrote:
  18.  
  19. : : However, if Carrier-Watch is ON and you are using INPUT commands the INPUT 
  20. : : command will fail if Carrier-Detect has dropped assuming there is no
  21. : : data waiting to be read.  Under what circumstances do you find that
  22. : : carrier-detect is not being noticed?
  23. : : What version of C-kermit are you using and on which operating system 
  24. : : and version?
  25. :
  26. : Using C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x on Solaris 2.6.
  27. : The app is fairly brain dead procedure when the server issues a login 
  28. : prompt and the client sends a login.  Unsuccessful login is indicated
  29. : by the server hanging up (the Procomm script waits 5 seconds and then
  30. : tests to see if connection still has carrier detect).  If still connected,
  31. : the script attempts to receive a file (using kermit protocol).  
  32. : In my testing, I have SET MODEM CARRIER-WATCH ON.  After login, the 
  33. : script issues a receive.  The server may or may not have a file to be
  34. : sent.  If no file is available, the server hangs up.  The outstanding
  35. : receive does not notice carrier dropping.  The script works by the 
  36. : receive failing with message "?Sent too many NAKs." and success/failure
  37. : set properly.  
  38.  
  39. You can replicate the brain-dead behavior with 
  40.  
  41.   PAUSE 5
  42.   WAIT 1 CD
  43.   IF FAILURE END 1 No carrier signal present
  44.  
  45. You should also try the C-Kermit 7.0 Beta.  7.0 does a significantly '
  46. better job of handling carrier-detect loss during file transfers.
  47. The RECEIVE command should return immediately with it.
  48.  
  49.   http://www.kermit-project.org/ck70.html
  50.  
  51.  
  52.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  53.                  The Kermit Project * Columbia University
  54.               612 West 115th St #716 * New York, NY * 10025
  55.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org